Vcenter Vcha Cluster VmInfo

Vcenter Vcha Cluster VmInfo
Vcenter Vcha Cluster VmInfo

The Vcenter Vcha Cluster VmInfo schema contains information to describe the Virtual Machines of passive and witness nodes of a VCHA cluster.

This schema was added in vSphere API 6.7.1.

JSON Example
{
    "passive": {
        "vm": "string",
        "bios_uuid": "string"
    },
    "witness": {
        "vm": "string",
        "bios_uuid": "string"
    }
}
passive
Required

The virtual machine information of the passive node.

This property was added in vSphere API 6.7.1.

witness
Required

The virtual machine information of the witness node.

This property was added in vSphere API 6.7.1.